home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / multi / dvcpy200.zip / WHATS.NEW < prev   
Text File  |  1992-09-20  |  8KB  |  198 lines

  1. *   DVCopy 2.00 - Changes/Fixes from 1.01:
  2.     ────────────────────────────────────────────────────────────────────
  3.  
  4. -   DVCopy, mistakenly, reported about NDOS as 4DOS. Fixed.
  5.  
  6. -   When copying to floppy drive, and no diskette was in the drive,
  7.     DVCopy reported about insufficient disk space. Fixed.
  8.  
  9. -   DSETUP did not accept the registration key, if spaces were added to
  10.     its end. Fixed.
  11.  
  12. -   When a Microsoft<tm> or compatible mouse driver was loaded, it took
  13.     DVCopy a long time to initialize. Fixed.
  14.  
  15. +   Added a "/CFG" function, which will generate a readable (text)
  16.     configuration file, in the same directory as DVCOPY.EXE.
  17.  
  18. +   Added a "/IMP" function, which reads the text-style config made by
  19.     [/CFG], and "burns-in" all settings into the EXE itself.
  20.  
  21. +   Added the [/Q] parameter: If used, it will force DVCopy not to
  22.     prompt before replacing files (even if the settings in DSetup are
  23.     different). In addition, DVCopy will not display the names of the
  24.     file, as they are being copied.
  25.  
  26. +   DVCopy will no longer copy hidden or system files, unless [/H] is
  27.     given on the command line. Also note that the target files have the
  28.     same attributes as the original.
  29.  
  30. +   Added the [/N] parameter: When given on the command line, DVCopy
  31.     will display all file names, but will not do the actual copy/move.
  32.  
  33. +   Added the [/P] parameter: When given on the command line, DVCopy
  34.     will confirm each copy (Y or N). An N response will skip that
  35.     particular file.
  36.  
  37. +   Added the [/R] parameter: When given, it will do the opposite of
  38.     [/Q], and will FORCE DVCopy to confirm overwrites.
  39.  
  40. +   Added the [/U] parameter: When given, DVCopy will only copy files
  41.     when the target does not exist, or is older than the source.
  42.  
  43. +   Added the [/C] parameter: When given, DVCopy will only copy files
  44.     when the target DOES exist, but is older than the source file.
  45.  
  46. +   Added the [/V] parameter: When given, DVCopy will turn DOS's VERIFY
  47.     flag during the copying, and restore it to its previous condition
  48.     when finished.
  49.  
  50. +   Added the [/S] parameter: When given, DVCopy will each directory to
  51.     a matching subdirectory of the target.  When using this switch, the
  52.     target must be a directory. If it doesn't exist, DVCopy will create
  53.     it.
  54.  
  55. +   It is now possible to define, in DSetup, how many seconds should
  56.     DVCopy wait for locked files.
  57.  
  58. +   Added built-in case-sensitive HELP to DSETUP.
  59.  
  60. -   In some cases, DVCopy did not maintain its heap space properly, and
  61.     caused heap-overflows (runtime error).
  62.  
  63. +   Fixed a few colors in DSETUP.
  64.  
  65. -   DVCopy got crazy when commands such as the following were entered:
  66.  
  67.         DVCOPY *.* B:
  68.  
  69.     The problem occured when "current directory" on drive B was NOT the
  70.     root directory. This bug is fixed!
  71.  
  72. -   When a mouse driver was detected, DSetup enabled mouse support.
  73.     Unfortunately, this mouse support is not complete, and doesn't work
  74.     well under DESQview, and therefore is disabled.
  75.  
  76. -   DVCopy, in some cases, reported about insufficient disk-space as a
  77.     plain error, and part of the copied file remained on the disk. This
  78.     is fixed. Furthermore, DVCopy now makes sures there is enough disk
  79.     space, before starting to copy.
  80.  
  81. +   Stating several unrelated source files, is now possible. The format
  82.     is the same as 4DOS. The last name argument specifies the target
  83.     directory or file.
  84.  
  85. +   If more than one file is copied, and target is file and not a
  86.     directory, DVCopy will append the files. Unlike 4DOS and MS-DOS,
  87.     DVCopy's default is to append binary files (ignoring ^Z).
  88.  
  89. +   DVCopy's output now depends on the nature of the operation. On
  90.     regular copy, a double-tailed arrow is used ( => ). On moves, a
  91.     single-tailed arrow is used ( -> ), and when appending files, a
  92.     double-headed arrow is used ( =>> ).
  93.  
  94. +   {+} Registered Only Feature:
  95.     Before overwriting (or skipping) a file which already exists, DVCopy
  96.     confirms the operation. The keyboard-response is either "Overwrite
  97.     this file", "Skip this file", "Follow the default settings" or "Quit
  98.     to DOS".
  99.  
  100. +   When detecting a locked file, now skips to the next file, moving
  101.     this file to the end of the queue. Then, when all files are copied,
  102.     DVCopy retries to open, once more the locked files.
  103.  
  104. +   {+} Registered Only Feature:
  105.     Registered users, who substitute DVCOPY instead of their internal
  106.     DOS COPY command, can now supress the Copyright notice and settings
  107.     display, and have a clean operation.
  108.  
  109. +   {+} Registered Only Feature:
  110.     It is now possible to change the protection level WHILE COPYING!  By
  111.     pressing any of the numeric keys in the range of 0 to 5, the
  112.     protection level will be changed. A tiny 'beep', and a small pop-up
  113.     window on top of the screen will confirm the protection level was
  114.     indeed changed.
  115.  
  116. +   The look of the settings-display was changed, and is now nicer and
  117.     more compact.
  118.  
  119. +   An UPGRADE utility was added, which will upgrade version 1.01
  120.     executables into 2.00. Future upgrades will be done using the [/IMP]
  121.     and [/CFG] switches.
  122.  
  123.  
  124.  
  125. *   DVCopy 1.01 - Changes/Fixes from 0.99:
  126.     ────────────────────────────────────────────────────────────────────
  127.  
  128. +   You can now setup DVCopy to overwrite or not to overwrite files when
  129.     copying or moving.
  130.  
  131. -   DSETUP's menu seemed to blink all the time. Fixed.
  132.  
  133. +   DSETUP is now even more well-behaved under DESQview than ever. It
  134.     gives around 98% of its time-slice back to DESQview, when idle.
  135.  
  136. +   {+} Registered-Only feature:
  137.     Specifying the /M command-line, anywhere on the command line, will
  138.     cause DVCopy to move files, and not copy them. DVCopy will move
  139.     4DOS description with files themselves, if feature is enabled. It
  140.     will also use fast-move (FAT change) when move is done within the
  141.     same drive.
  142.  
  143. +   {+} Registered-Only feature:
  144.     Progress Indicator can be used. If enabled, DVCopy will show you
  145.     running figures, that represent the precent of copy that has
  146.     already been done.
  147.  
  148. +   It is now possible to override default protection level, using the
  149.     command line parameter /n (n = protection level), anywhere on the
  150.     command-line.
  151.  
  152. -   Fixed cases when DVCopy did not recognize DOS's 'Data CRC error',
  153.     and invalid floppy-disk changes.
  154.  
  155. -   DVCopy did not work properly when copying files to '\'. fixed.
  156.  
  157.  
  158.  
  159. *   DVCopy 0.99 - Changes/Fixes from 0.50:
  160.     ────────────────────────────────────────────────────────────────────
  161.  
  162. -   The annoying bug that caused tons of people to have 0-sized files
  163.     copied is fixed.
  164.  
  165. -   DVCopy did not parse well dest. directory name, that ended with
  166.     backslash (i.e. DVCOPY A:. D:\SUBDIR\). Now it does...
  167.  
  168. +   {+} Registered-Only Feature: DVCopy can optionally now copy the
  169.     4DOS/NDOS Description of the files together with the files
  170.     themselves, just like 4DOS/NDOS would of done with their internal
  171.     COPY. This feature will be disabled on unregistered versions of
  172.     DVCopy.
  173.  
  174.  
  175.  
  176. *   DVCopy 0.50 - Changes/Fixes from 0.20ß:
  177.     ────────────────────────────────────────────────────────────────────
  178.  
  179. +   External configuration added, to allow setting default parameters.
  180.     Configurable parts are Sharing-Under-DV, Sharing-OutSide-DV and
  181.     Floppy protection level. Configuration can also integrity check
  182.     DVCopy, install registration key, and print registration form.
  183.  
  184. +   You can now set DVCopy's performance (how much power will it give to
  185.     DESQview). This parameter is called 'Floppy Protection Level', and
  186.     can be defined from either configuration or DOS Environment Variable
  187.     'DVCOPY'.
  188.  
  189. +   You can now specify target file name, and not only directory. Also,
  190.     supports target file name that contains wildcards.
  191.  
  192. -   DVCopy will try to recover from non-fatal errors in opening files,
  193.     and continue to next file - if any.
  194.  
  195. -   DVCopy will no more ignore cases where disk is already full, and
  196.     will not continue write 0-sized files.
  197.  
  198.